// Pauses a file
// Arg 0 = The id of the file.

return external_call(global.Pause,argument0);

// Resumes a paused file
// Arg 0 = The id of the file.

return external_call(global.Resume,argument0);